PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageContent Class / PDFFlowPageContent Constructor / PDFFlowPageContent Constructor(PDFPage,boolean)
The existing PDF page to insert in the flow document.
True if the page is writeable.
In This Topic
    PDFFlowPageContent Constructor(PDFPage,boolean)
    In This Topic
    Initializes a new PDFFlowPageContent with the specified page.
    Syntax
    public PDFFlowPageContent( 
       PDFPage page,
       boolean writeable
    )

    Parameters

    page
    The existing PDF page to insert in the flow document.
    writeable
    True if the page is writeable.
    See Also